home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
modules
/
objects
/
res
/
description
/
Otorus.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
353b
|
12 lines
#ifndef _OTORUS_H_
#define _OTORUS_H_
enum
{
PRIM_TORUS_OUTERRAD = 1150, // REAL - Outer Radius [>=0.0]
PRIM_TORUS_INNERRAD = 1151, // REAL - Inner Radius [>=0.0,<=Outer Radius]
PRIM_TORUS_CSUB = 1152, // LONG - Cross Section Segments [>2]
PRIM_TORUS_SEG = 1153 // LONG - Rotational Segments [>2]
};
#endif